home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
bytesc88.arc
/
CC4.C
< prev
next >
Wrap
Text File
|
1987-10-04
|
384b
|
19 lines
/*
** Small-C Compiler Part 4
*/
#include <stdio.h>
#include "cc.def"
extern char
*macn,
*cptr, *symtab,
#ifdef OPTIMIZE
optimize,
#endif
*stagenext, ssname[NAMESIZE];
extern int
beglab, csp, output, swused;
#include "cc41.c"
#include "cc42.c"